testing.testDeps.ImportPath (method)

3 uses

	testing (current package)
		testing.go#L2298: 	ImportPath() string
		testing.go#L2443: 		testRan, testOk := runTests(m.deps.ModulePath(), m.deps.ImportPath(), m.deps.MatchString, m.tests, deadline)
		testing.go#L2459: 		anyFailed := !testOk || !exampleOk || !fuzzTargetsOk || !runBenchmarks(m.deps.ImportPath(), m.deps.MatchString, m.benchmarks)